home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000069_news@columbia.edu _Wed Mar 1 10:12:17 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA02663
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 1 Mar 2000 10:12:17 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA27568
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 1 Mar 2000 09:42:18 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Kermit Raw Commands
  11. Date: 1 Mar 2000 14:42:18 GMT
  12. Organization: Columbia University
  13. Message-ID: <89ja8a$qtd$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38BD3853.7343B0A1@compuserve.com>,
  17. Fred W. <fwestphal@compuserve.com> wrote:
  18. : I am trying to execute a program on an MS-DOS kermit server using a
  19. : windows serial communications library.  I have successfully done generic
  20. : messages such as FINISH ("F") and ERASE ("E").  Is there an equivalent
  21. : command for execute program? Thanks - Fred
  22. REMOTE HOST.  But when the server is on a DOS or Windows platform this
  23. must be used with extreme caution for all the well-known reasons.
  24.  
  25. - Frank